home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / cc15demo.zip / DEINST2.INI < prev    next >
Text File  |  1996-07-17  |  2KB  |  46 lines

  1. REM File: DEINST2.INI
  2. REM Author: PCS
  3. REM Date: 5/8/1996
  4. REM Copyright (C) 1993-1996 Perez Computing Services.  No part of this
  5. REM  INSTALL.INI or the INSTALL.EXE program may be used for any other
  6. REM  purpose than installing the PCS Ctrl-Alt-Del Commander Demonstration
  7. REM  onto a fixed disk as per the PCS Ctrl-Alt-Del Commander Demonstration
  8. REM  license agreement.  Do not modify this file.
  9. REM - Disk List created manually, resides on disk 1 (installation disk)
  10.  
  11. DEBUG=0
  12. VH=0
  13. APPINSTNAME=N:\CADCDEMO\CADCDEMO.EXE
  14. INSTALLTITLE=PCS Ctrl-Alt-Del Commander Demonstration Phase 2 Un-
  15. ONEPASS=1
  16. INIINITEXIT
  17.  
  18.  
  19. :OBJECTS
  20. REM *****************************************************************************
  21. REM Delete Folders for CAD Commander Demo
  22. REM *****************************************************************************
  23. OBJECTDELETE;OBJECTID=<PCS_CAD_CMDR_DEMO_README>
  24. OBJECTDELETE;OBJECTID=<PCS_CAD_CMDR_DEMO_DOC>
  25. OBJECTDELETE;OBJECTID=<PCS_CAD_CMDR_DEMO_CONTROL_PANEL>
  26. OBJECTDELETE;OBJECTID=<PCS_CAD_CMDR_DEMO>
  27.  
  28. REM ****** Delete CADCDEMO directory (making sure no read-only attributes
  29. REM  are left from a CD-ROM install)
  30. RUNWINDOWEDOS2;ATTRIB.EXE -H -R N:\CADCDEMO\ENGLISH\*.*
  31. DELETEDIR=N:\CADCDEMO\ENGLISH
  32. RUNWINDOWEDOS2;ATTRIB.EXE -H -R N:\CADCDEMO\FRENCH\*.*
  33. DELETEDIR=N:\CADCDEMO\FRENCH
  34. RUNWINDOWEDOS2;ATTRIB.EXE -H -R N:\CADCDEMO\SPANISH\*.*
  35. DELETEDIR=N:\CADCDEMO\SPANISH
  36. RUNWINDOWEDOS2;ATTRIB.EXE -H -R N:\CADCDEMO\GERMAN\*.*
  37. DELETEDIR=N:\CADCDEMO\GERMAN
  38. RUNWINDOWEDOS2;ATTRIB.EXE -H -R N:\CADCDEMO\*.*
  39. DELETEDIR=N:\CADCDEMO
  40.  
  41.  
  42. TERMINATEINSTALL
  43.  
  44. INIEXIT
  45.  
  46.